Lightstreamer .Net Adapter 1.7
|
Called by Lightstreamer Kernel through the Remote Server to notify the Metadata Adapter that some Tables (i.e. Subscriptions) have been removed from a push Session. In this default implementation, the Metadata Adapter does nothing, because it doesn't need to remember the Tables used. Unless the WantsTablesNotification method is overridden, this method will never be called by Lightstreamer Kernel.
public: void NotifyTablesClose(string sessionID, TableInfo [] tables);
public virtual void NotifyTablesClose(string sessionID, TableInfo [] tables);
Public virtual Function NotifyTablesClose(sessionID As string, tables As TableInfo []) As void
Parameters |
Description |
string sessionID |
Not used. |
TableInfo [] tables |
Not used. |
Exceptions |
Description |
never thrown in this case. |